(ispell-command-loop): Fix `q' question.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 07:22:21 +0000 (07:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 07:22:21 +0000 (07:22 +0000)
lisp/textmodes/ispell.el

index 73b58f68de593831cf4233a20205a26b27ea0c76..88187289386987173753c48b006e687d7a9cb586 100644 (file)
@@ -1004,7 +1004,7 @@ used."
                                           (- (point) (length word))))
                    nil)
                   ((= char ?q)
-                   (if (y-or-n-p "Really quit ignoring changes? ")
+                   (if (y-or-n-p "Really kill Ispell process? ")
                        (progn
                          (ispell-kill-ispell t) ; terminate process.
                          (setq ispell-quit (or (not ispell-checking-message)